home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / sort1_34.lha / sort1.34 / History next >
Text File  |  1994-10-13  |  2KB  |  64 lines

  1. sort        Version 1.34        by Rüdiger Werner
  2.  
  3. History
  4. -------
  5.  
  6. Version 1.00 - 1.20
  7.  
  8. internal versions which contained several bugs
  9. written on a PC because of lack of a working C-Compiler for AMIGA
  10.  
  11. Version 1.21
  12.  
  13. adapted to AMIGA
  14. now it can be compiled with the DICE-C-Compiler V2.06.21
  15. written by Matthew Dillon
  16.  
  17. Version 1.22
  18.  
  19. removed the bug that the program crashes if a line in input file is longer
  20. than the limit. But 1024 Byte is quite long. So I don't think it will
  21. be reached. If yes after all, the bytes which are too much will be cutted.
  22.  
  23. Version 1.23
  24.  
  25. added the -n|N switch
  26. Translated the program into English, optimized the code a little bit.
  27.  
  28. Version 1.24
  29.  
  30. made some changes on the part where switches are interpreted
  31. now some contradictions removed
  32.  
  33. Version 1.25
  34.  
  35. the loading routine completely new implemented, now needs less memory
  36.  
  37. Version 1.30
  38.  
  39. implemented an improved algorithm for sorting.
  40. Now the speed is more than twice as fast as before.
  41.  
  42. Version 1.31
  43.  
  44. optimized the erasing of empty lines, so sorting becomes faster
  45. added some colors
  46.  
  47. Version 1.32
  48.  
  49. optimized setting of switches
  50. added -j|J switch; now it's possible to join as much files as memory allows
  51. removed some bugs, which could be troublesome (actually every bug is this)
  52.  
  53. Version 1.33
  54.  
  55. added -f[y] and -l[y] switch
  56. now it's possible to sort within a given range, of course the speed becomes
  57. slower due to additional code in the sorting routine
  58. if no range is given the speed is around 10 per cent faster as before
  59.  
  60. Version 1.34
  61. removed a bug which could be fatal.
  62. Due to some changings in the sorting routine the speed has been increased
  63. again.
  64.